These constants specify the four character codes for the two atom types in the atom container returned by calls to QTGetEffectsList.
enum {
kEffectNameAtom = FOUR_CHAR_CODE('name'),
kEffectTypeAtom = FOUR_CHAR_CODE('type')
}
| Previous | Chapter contents | Chapter top | Section top | Next |